-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate flutter_rust_bridge
from v1 to v2
#940
Open
erdemyerebasmaz
wants to merge
23
commits into
main
Choose a base branch
from
flutter_rust_bridge_v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
erdemyerebasmaz
force-pushed
the
flutter_rust_bridge_v2
branch
from
April 18, 2024 13:59
62f43c8
to
6df226f
Compare
erdemyerebasmaz
force-pushed
the
flutter_rust_bridge_v2
branch
from
May 7, 2024 19:09
6df226f
to
b30cb8f
Compare
erdemyerebasmaz
changed the title
Migrate
[frb] Migrate May 7, 2024
flutter_rust_bridge
from v1 to v2flutter_rust_bridge
from v1 to v2
erdemyerebasmaz
force-pushed
the
flutter_rust_bridge_v2
branch
from
May 18, 2024 23:00
6fa7806
to
c90797d
Compare
erdemyerebasmaz
force-pushed
the
flutter_rust_bridge_v2
branch
2 times, most recently
from
May 27, 2024 15:45
9a7b4eb
to
797375d
Compare
erdemyerebasmaz
changed the title
[frb] Migrate
Migrate May 28, 2024
flutter_rust_bridge
from v1 to v2flutter_rust_bridge
from v1 to v2
erdemyerebasmaz
force-pushed
the
flutter_rust_bridge_v2
branch
from
June 24, 2024 11:11
dd27d88
to
4b31137
Compare
Invoke flutter_rust_bridge_codegen without arguments
Generate Dart bindings under lib/generated
Use UnsupportedError instead
Remove old files
Specify range for flutter_rust_bridge from 2.0.0 to latest * Remove moonpay from lib.rs * Remove generated files from previous approach * Add matches_callback_domain to mirrored UrlSuccessActionData
erdemyerebasmaz
force-pushed
the
flutter_rust_bridge_v2
branch
from
November 5, 2024 14:25
012b81d
to
3881144
Compare
* Remove flutter_rust_bridge from workspace & sdk-bindings toml * Force rename sync as it's a reserved keyword (which can be used as an identifier without restriction). * Replace _lnToolkit occurrence with binding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses the bare minimum requirements to migrate
flutter_rust_bridge
from v1 to v2.Changelist:
flutter_rust_bridge.yaml
configuration file bc7b6a02.0.0
as minimum versionFollow up tasks: